runtime.traceSchedResourceState.acquireStatus (method)
6 uses
runtime (current package)
traceevent.go#L123: if pp := tl.mp.p.ptr(); pp != nil && !pp.trace.statusWasTraced(tl.gen) && pp.trace.acquireStatus(tl.gen) {
traceevent.go#L126: if gp := tl.mp.curg; gp != nil && !gp.trace.statusWasTraced(tl.gen) && gp.trace.acquireStatus(tl.gen) {
traceruntime.go#L519: if !gp.trace.statusWasTraced(gen) && gp.trace.acquireStatus(gen) {
traceruntime.go#L588: if !pp.trace.statusWasTraced(tl.gen) && pp.trace.acquireStatus(tl.gen) {
tracestatus.go#L75: if !pp.trace.acquireStatus(w.gen) {
tracestatus.go#L180: func (r *traceSchedResourceState) acquireStatus(gen uintptr) bool {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |